entry, spin button: Drop redundant API
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Feb 2019 19:31:36 +0000 (14:31 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Feb 2019 21:34:00 +0000 (16:34 -0500)
commit9e0c471b03c9c19e6f664ecacd17f2776f2004c6
tree5f86c7276f4d76aaa6c0748f3d3a0db18346b5c7
parentdc282991c6611a77f0f1049750c3fd7b6d085bb3
entry, spin button: Drop redundant API

Avoid duplicating GtkEditable APIs. Port existing users.
59 files changed:
demos/gtk-demo/assistant.c
demos/gtk-demo/clipboard.c
demos/gtk-demo/combobox.c
demos/gtk-demo/dialog.c
demos/gtk-demo/dnd.c
demos/gtk-demo/font_features.c
demos/gtk-demo/overlay.c
demos/gtk-demo/search_entry.c
demos/gtk-demo/spinbutton.c
demos/icon-browser/iconbrowserwin.c
demos/widget-factory/widget-factory.c
docs/reference/gtk/getting_started.xml.in
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/migrating-3to4.xml
docs/tools/widgets.c
examples/application10/exampleappwin.c
examples/application7/exampleappwin.c
examples/application8/exampleappwin.c
examples/application9/exampleappwin.c
examples/bp/bloatpad.c
gtk/gtkcellrenderercombo.c
gtk/gtkcellrendererspin.c
gtk/gtkcellrenderertext.c
gtk/gtkcoloreditor.c
gtk/gtkcombobox.c
gtk/gtkcomboboxtext.c
gtk/gtkentry.c
gtk/gtkentry.h
gtk/gtkentrycompletion.c
gtk/gtkentrycompletion.h
gtk/gtkfilechooserentry.c
gtk/gtkfilechooserwidget.c
gtk/gtkfontchooserwidget.c
gtk/gtkmountoperation.c
gtk/gtkplacessidebar.c
gtk/gtkplacesview.c
gtk/gtkprintbackend.c
gtk/gtkprinteroptionwidget.c
gtk/gtkprintunixdialog.c
gtk/gtkshortcutswindow.c
gtk/gtkspinbutton.c
gtk/gtkspinbutton.h
gtk/gtktreeview.c
gtk/inspector/action-editor.c
gtk/inspector/prop-editor.c
gtk/inspector/strv-editor.c
gtk/inspector/visual.c
tests/testbaseline.c
tests/testcolorchooser2.c
tests/testentrycompletion.c
tests/testentryicons.c
tests/testgtk.c
tests/testlogout.c
tests/testnotebookdnd.c
tests/testrevealer.c
tests/testtitlebar.c
tests/testtreelistmodel.c
tests/treestoretest.c
testsuite/gtk/entry.c